home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 7
/
Aminet 7 - August 1995.iso
/
Aminet
/
comm
/
mail
/
ADMail.lha
/
ADMail.history
< prev
next >
Wrap
Text File
|
1995-05-18
|
5KB
|
141 lines
ADMail revision history
-----------------------
BF = Bug fix, M = Modification
Changes from 1.03 to 1.04
-------------------------
BF I accidentally left some debug code in, which may have resulted in
the no. of columns in your window being displayed every time a message
was displayed. This is now removed :)
BF If you attempted to open an empty mailbox, and then attempted to open
another one, ADMail could sometimes attempt to save changes to the
empty one and hang. This is now fixed.
M "Save message" now saves the headers along with the message.
M Added "SaveDir" config option.
M The mailbox select window now displays the size of each mailbox.
BF Header handling improved - ADMail should now work with all flavours
of mailbox.
M Added mail alias capability.
M ADMail no longer requires the environment variable HOME.
Changes from 1.02 to 1.03
-------------------------
BF Sending mail using the command-line options would cause Enforcer hits.
Fixed.
M Added "Copy to Received" function.
BF The left/right cursor keys wouldn't work unless a message was
displayed. Fixed.
BF Fixed bug with command-line where the config file would be read from
$HOME regardless of whether the USER option was used or not.
M Added CONFIG command line option.
BF If an internal variable had as its contents the name of that variable
(e.g. $NAME containing "$NAME"), then when it was used, ADMail would
go into an infinite recursion and eventually fail. This is now fixed.
BF Removed a couple more Enforcer hits.
M Added "TransferToReceived" option.
M Documentation now in AmigaGuide(TM) form only.
Changes from 1.01 to 1.02
-------------------------
BF MIME messages of content-type text were not recognised as being text/plain,
which is the default. As a result, metamail was being called for these
messages.
This is now fixed.
BF The date field in the In-Reply-To: headers produced by ADMail was
non-existant. This has been fixed.
M Added "Edit" button to send-off requesters - now, if you quit your editor
by mistake, you can re-edit the message before sending it.
M Message list window is now brought to the front when a mailbox is
selected for loading - this should make life easier for people with
restricted screen space. The selection window is brought to the front
and activated when a new mailbox is to be selected.
M Command-line options added.
BF A bug in the IncludeFrom option caused the address part of the created
line to be incorrect. This is now fixed.
M Decoding of currently selected message now available - UUDecode config
file option added.
M When saving a message with the name of a file that already exists, you
are now given the option of appending to this file rather than
overwriting it.
Changes from 1.00 to 1.01
-------------------------
BF Loads of Enforcer hits removed.
M Variables now read from the local, as well as the global, environment.
If they are not present in the environment, they are read from UULIB:Config
or S:UUConfig.
M Some mailers produce variations on the Message-ID: header with different
cases (Message-Id:, Message-id:, etc). All these are now catered for.
ADMail itself produces the form "Message-Id:" as this seems to be the most
common.
BF CTRL-C handler fixed. Now CTRL-C should never kill it, ever.
BF Window sizing bug fixed. Windows should now be openable to the limits of
your screen. At the same time, the gadgets in all of the windows now
all resize/reposition correctly.
M Added SigFile and SigDashes config options.
M New date handling - different software produces different Date: headers.
ADMail now converts these into a standard format. As a result, the Date
field in the message window always looks right, and the $DATE variable has
been split into $DATE and $TIME (without the timezone specifier).
M Group replies implemented - if you are sent a message with more than one
address on the To: line, and you reply to it, all the addresses from the
To: line other than your own will be copied to the new To: line, along with
that of the person who sent the original message.
M MIME support - ADMail itself displays text/plain messages of subtypes
us-ascii and the nine ISO-8859 types, provided they're encoded with 7bit,
8bit, binary, or quoted-printable.
For all other types, including multipart messages of *any type*, Metamail is
called.
Sending of MIME messages is not yet supported.
M Added key-control of the mailbox select window.
M Added custom header capability.
BF If your mailbox didn't have a blank line between each message, ADMail
wouldn't read the messages correctly, and you'd get the last few lines of a
message appearing at the top of the next one. This manifests itself, I
believe, when transferring a mailbox from a different mailer, e.g. Elm.
Anyway, I've fixed it.
M ADMail's windows are now disabled while certain functions (including the
editor and sendmail external commands) are being executed. This should reduce
the likelihood of button presses etc. being stacked up during these times.